@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
*{ margin:0; padding:0;}
body, ul, li {
	margin:0;
	padding:0;
}
body {
	font:12px/1.5 Tahoma;
}
#outer {
	width:1200px;
	margin:10px auto;
	padding-top:30px
}
#tab {
		float:left;
	overflow:hidden;
	zoom:1;
	background:#fff;
	border:1px solid #0082e4;
}
#tab li {

	color:#fff;
	height:181px;
	cursor:pointer;
	line-height:30px;
	list-style-type:none;

}
#tab li.current {
	color:#fff;
	background:#fff;
}

#content {
		float:left;
	border-top-width:0;
}
#content ul {
	line-height:25px;
	display:none;
	margin:0 30px;

}